-- card: 10968 from stack: in -- bmap block id: 11142 -- flags: 0000 -- background id: 2135 -- name: Diamond ----- HyperTalk script ----- on CloseCard push card end CloseCard -- part 1 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=11 top=60 right=321 bottom=261 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 2 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=262 top=60 right=334 bottom=508 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 2 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=162 top=166 right=182 bottom=199 -- title width / last selected line: 0 -- icon id / first selected line: 1009 / 1009 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp dispPICT "prog4" end mouseUp -- part contents for background part 1 ----- text ----- 17 -- part contents for card part 2 ----- text ----- the graph for example. If you’re not a programmer (as I am not), then seeing this code fully-commented is a great lesson in how to program. As a non-programmer, you could use Prototyper to build and refine your “prototype” before hiring a programmer to fill in the missing code. If you are a programmer, Prototyper can be a great time-saver in writing code blazingly fast to save you dozens, perhaps hundreds of hours of writing and rewriting, leaving you to spend your time with the “heart” of your project rather than the mundane of menu writing and window opening, etc. In using Proto- typer 2.0, I found no bugs and have only two complaints. -- part contents for card part 1 ----- text ----- their dream program, revising the menu and operational interfaces before commencing to write code. But, in fact, that’s NOT all that Prototyper does. It goes beyond “good” to “great” because it actually writes the code for the dummy program in your choice of C (Lightspeed™ or MPW™) or Pascal (TML™, Turbo™, Lightspeed™ or MPW™)! Prototyper allows you to choose fully-commented code or sparsely-commented code so that if the former choice is made, nearly every line of C code explains what function it serves in the program. Where your Prototype program runs to the “dummy” type window, the computer-generated code will say something like “Insert function here” and that’s where you will insert your code function to perform the calculation or draw